home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-X 1997 October
/
pcx14_9710.iso
/
swag
/
delphi.swg
/
0062_Horizontal Scrollbar in List box.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1995-11-24
|
207 b
|
8 lines
>>Can someone describe how to activate the horizontal scrollbar in a
>>listbox. I need to do this programatically.
try this:
sendmessage(ListBox.Handle, LB_SetHorizontalExtent, PixelWidth , 0);